github.com/coder/websocket.msgWriter.opcode (field)

8 uses

	github.com/coder/websocket (current package)
		write.go#L59: 	opcode opcode
		write.go#L111: 		return c.writeFrame(ctx, true, false, c.msgWriter.opcode, p)
		write.go#L124: 	mw.opcode = opcode(typ)
		write.go#L183: 	_, err = mw.c.writeFrame(ctx, true, true, mw.opcode, buf.Bytes())
		write.go#L211: 		if mw.opcode != opContinuation && len(p) >= mw.c.flateThreshold {
		write.go#L224: 	n, err := mw.c.writeFrame(mw.ctx, false, mw.flate, mw.opcode, p)
		write.go#L228: 	mw.opcode = opContinuation
		write.go#L254: 	_, err = mw.c.writeFrame(mw.ctx, true, mw.flate, mw.opcode, nil)